/* Media Query
================================================ */
/* 大ディスプレイ */
@media screen 
    and (min-width: 1200px) {}
/* 小ディスプレイ */
@media screen 
    and (max-width: 1024px) {}
/* タブレット（Landscape） */
@media screen 
    and (min-width: 769px) 
    and (max-width: 1024px) {
        .res{
            display: none;
        }
        .idou{
            display: none;
        }
        .taigu h2{
            font-size: 32px;
            padding: 0px;
        }
    }
/* タブレット（Portrait） */
@media screen 
    and (min-width: 736px)
    and (max-width: 768px) {}
/* タブレット（Portrait） + スマートフォン */
@media screen 
    and (max-width: 768px) {
        body{
            font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
          }
          h1{
            font-size: 25px;
          }
          h2{
            font-size: 20px;
          }
          h3{
            font-size: 15px;
          }
        /*ヘッダー・トップ画像*/
        .rd{
            display: block;
            height: 150px;
            width: 100%;
            background-color:#A63823;
        }
        .bl{
            display: block;
            height: 150px;
            width: 100%;
            background-color: #1B2951;
        }
        /*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
  z-index: -1;
  opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
  top:0;
  width:100%;
    height: 100vh;/*ナビの高さ*/
  background:white;
    /*動き*/
  transition: all 0.3s;
  display: block;
  }
  
  /*アクティブクラスがついたら透過なしにして最前面へ*/
  #g-nav.panelactive{
  opacity: 0.7;
  z-index:999;
  }
  
  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  /*ナビゲーション*/
  #g-nav ul {
    display: none;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:30%;
    left:50%;
    transform: translate(-50%,-50%);
  }
  
  #g-nav.panelactive ul {
    display: block;
  }
  
  /*リストのレイアウト設定*/
  
  #g-nav li{
    list-style: none;
    text-align: center;
  }
  
  #g-nav li a{
  text-decoration: none;
  padding: 10px 10px 30px 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #A63823; 
  font-size: 25px;
  }
  
  /*========= ボタンのためのCSS ===============*/
  .openbtn{
  position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
    top:32px;
    right: 30px;
    cursor: pointer;
    width: 60px;
    height:50px;
    display: block;
  }
  
  /*×に変化*/	
  .openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 5px;
    border-radius: 2px;
    background-color:black;
    width: 35px;
  }
  
  .openbtn span:nth-of-type(1) {
  top:15px;	
  }
  
  .openbtn span:nth-of-type(2) {
  top:30px;
  }
  
  .openbtn span:nth-of-type(3) {
  top:45px;
  }
  
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  
  .openbtn.active span:nth-of-type(2) {
  opacity: 0;
  }
  
  .openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  
          .header{
              display: none;
          }
          .res{
              display: block;
              position: absolute;
              top: 30px;
              left: 30px;
              width: 70px;
              height: 70px;
              position: fixed;
          }
          .idou{
              display: block;
              position: absolute;
              top: 40px;
              right: 50px;
              position: fixed;
          }
          /*求人部分*/
          .recruit {
            display: block;
            margin-left: 150px;
            margin-bottom: 50px;
            margin: 0px;
        }
          .nai{
              display: block;
          }
          .nai img {
            width: 95%;
            height: 250px;
            margin-left: 10px;
        }
        .taigu{
            padding: 0px 10px;
        }
        .taigu h2 {
            text-align: center;
            font-size: 25px;
            border-bottom: 2px solid#707070;
            margin:40px 20px 30px 20px;
            color: #707070;
            padding: 0px ;
        }
        .taigu h3 {
            font-size: 15px;
            border-bottom: 2px solid#707070;
            margin: 30px;
            color: #707070;
            padding: 0px 0px 5px 0px;
            text-align: center;
        }
        .taigu p{
            font-size: 12px;
            margin-left: 120px;
        }
        .naika{
            display: none;
        }
        .teru {
            text-align: center;
            color: #707070;
            margin-bottom: 80px;
        }
        /*店舗情報*/
        .guguru {
            display: block;
            margin-left: 0px;
            margin-bottom: 0px;
        }
        .shop {
            margin-top: 40px;
            padding: 0px 50px;
        }
        .gaika {
            display: block;
            margin-left: 0px;
            margin-bottom: 0px;
        }
        iframe {
            height: 450px;
            width: 100%;
            margin: 50px 0px;
        }
        .tomosi img {
            height: 450px;
            width: 85%;
        }
        .tomosi{
            text-align: center;
        }
        .tomosi p{
            font-size: 15px;
        }
        .shops {
            margin: 40px 50px;
        }
        .memo {
            font-size: 12px;
            font-weight: bold;
            margin-bottom: 70px;
        }
        .messe h3{
            font-size: 12px;
        }
        .messe{
            width: auto;
            margin: 0px 0px 80px 0px;
        }
          /*フッター*/
        footer img{
            height: 150px;
        }
        small {
            position: absolute;
            bottom: 0px;
            right: 10px;
            font-size: 8px;
        }
        .insta {
            position: absolute;
            bottom: 35px;
            right: 90px;
            height: 35px;
            width: 35px;
            background-color: white;
            border-radius: 10px;
        }
        .ikon {
            position: absolute;
            bottom: 0px;
            right: 130px;
            width: 80px;
            height: 80px;
        }
        /*その他*/
        .center{
            font-size: 40px;
            margin:100px 0px 50px 0px;
            color: #707070;
        }
    }
/* スマートフォン */
@media screen 
    and (max-width: 736px) {}
/* スマートフォン */
@media screen 
    and (max-width: 320px) {}
